1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="senraise.scanner.demo"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="25"
8-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml
9        android:targetSdkVersion="29" />
9-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml
10
11    <application
11-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:5:5-28:19
12        android:allowBackup="true"
12-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:6:9-35
13        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
13-->[androidx.core:core:1.0.1] C:\Users\gh\.gradle\caches\transforms-2\files-2.1\72b2b92ec4ab73ff21fb9bc348de3b22\core-1.0.1\AndroidManifest.xml:22:18-86
14        android:icon="@mipmap/ic_launcher"
14-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:7:9-43
15        android:label="@string/app_name"
15-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:8:9-41
16        android:roundIcon="@mipmap/ic_launcher_round"
16-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:9:9-54
17        android:supportsRtl="true"
17-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:10:9-35
18        android:theme="@style/AppTheme" >
18-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:11:9-40
19        <activity android:name="senraise.scanner.demo.MainActivity" >
19-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:12:9-18:20
19-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:12:19-47
20            <intent-filter>
20-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:13:13-17:29
21                <action android:name="android.intent.action.MAIN" />
21-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:14:17-69
21-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:14:25-66
22
23                <category android:name="android.intent.category.LAUNCHER" />
23-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:16:17-77
23-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:16:27-74
24            </intent-filter>
25        </activity>
26
27        <receiver
27-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:19:9-27:20
28            android:name="senraise.scanner.demo.MyReceiver"
28-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:20:13-39
29            android:enabled="true"
29-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:21:13-35
30            android:exported="true" >
30-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:22:13-36
31            <intent-filter>
31-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:23:13-26:29
32                <action android:name="android.scanner.scan" />
32-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:24:17-62
32-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:24:25-60
33
34                <category android:name="android.intent.category.DEFAULT" />
34-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:25:17-76
34-->C:\Users\gh\Desktop\Scanner\app\src\main\AndroidManifest.xml:25:27-73
35            </intent-filter>
36        </receiver>
37    </application>
38
39</manifest>
